projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a282528
)
(telnet-filter): Position comint-last-output-start.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 11 Dec 1997 07:24:47 +0000
(07:24 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 11 Dec 1997 07:24:47 +0000
(07:24 +0000)
lisp/telnet.el
patch
|
blob
|
history
diff --git
a/lisp/telnet.el
b/lisp/telnet.el
index caecf8e368db8e0e25bf9b11bce2de66a5423d31..2bb605332aabc24af39d6f7d6112c7f1ead87f8d 100644
(file)
--- a/
lisp/telnet.el
+++ b/
lisp/telnet.el
@@
-165,6
+165,7
@@
rejecting one login and prompting again for a username and password.")
(ws (and w (window-start w))))
(goto-char last-insertion)
(insert-before-markers string)
+ (set-marker comint-last-output-start last-insertion)
(set-marker (process-mark proc) (point))
(if ws (set-window-start w ws t))
(if ie (set-marker comint-last-input-end ie))